home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / dopussdk / include / dopus / dopusbase.h < prev    next >
C/C++ Source or Header  |  1996-09-05  |  914b  |  46 lines

  1. /*
  2.  *
  3.  * dopus5.library header files
  4.  *
  5.  * Support library for Directory Opus version 5
  6.  *
  7.  * (c) Copyright 1996 Jonathan Potter
  8.  *
  9.  */
  10.  
  11.  
  12. // Include this file to conveniently include all the standard Opus headers
  13.  
  14. #ifndef _DOPUSBASE
  15. #define _DOPUSBASE
  16.  
  17. #include <dopus/args.h>
  18. #include <dopus/bufferedio.h>
  19. #include <dopus/gui.h>
  20. #include <dopus/clipboard.h>
  21. #include <dopus/images.h>
  22. #include <dopus/iff.h>
  23. #include <dopus/misc.h>
  24. #include <dopus/progress.h>
  25. #include <dopus/appicon.h>
  26. #include <dopus/drag.h>
  27. #include <dopus/locale.h>
  28. #include <dopus/lists.h>
  29. #include <dopus/timer.h>
  30. #include <dopus/notify.h>
  31. #include <dopus/ipc.h>
  32. #include <dopus/requesters.h>
  33. #include <dopus/layout.h>
  34. #include <dopus/popup.h>
  35. #include <dopus/diskio.h>
  36. #include <dopus/edithook.h>
  37. #include <dopus/icon.h>
  38. #include <dopus/memory.h>
  39. #include <dopus/dos.h>
  40.  
  41. #ifndef DOPUS_PRAG
  42. #include <pragmas/dopus_pragmas.h>
  43. #endif
  44.  
  45. #endif
  46.